home *** CD-ROM | disk | FTP | other *** search
- on HideAllSprites
- global theFirstBackgroundFrame, theLastBackgroundFrame, theFirstBuildingChannel, theLastBuildingChannel, theFirstOtherShipChannel, theLastOtherShipChannel, theFirstPodChannel, theSecondPodChannel, theThirdPodChannel, theFourthPodChannel, theFirstClockChannel, theLastClockChannel, theFirstHeadChannel, theLastHeadChannel
- repeat with h = theFirstHeadChannel to theLastHeadChannel
- puppetSprite(h, 0)
- end repeat
- repeat with h = theFirstBackgroundFrame to theLastBackgroundFrame
- puppetSprite(h, 0)
- end repeat
- repeat with h = theFirstBuildingChannel to theLastBuildingChannel
- puppetSprite(h, 0)
- end repeat
- repeat with h = theFirstOtherShipChannel to theLastOtherShipChannel
- puppetSprite(h, 0)
- end repeat
- HideShipSprite()
- puppetSprite(theFirstPodChannel, 0)
- puppetSprite(theSecondPodChannel, 0)
- puppetSprite(theThirdPodChannel, 0)
- puppetSprite(theFourthPodChannel, 0)
- repeat with h = theFirstClockChannel to theLastClockChannel
- puppetSprite(h, 0)
- end repeat
- end
-